home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / mail / mailx6 / _setup.1 / MXMESS.DFM / MXMESS.txt
Encoding:
Text File  |  1996-03-08  |  4.3 KB  |  202 lines

  1. object MXMessageDlg: TMXMessageDlg
  2.   Left = 178
  3.   Top = 9
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mail eXtension Message Properties'
  7.   ClientHeight = 192
  8.   ClientWidth = 461
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object BitBtn1: TBitBtn
  17.     Left = 264
  18.     Top = 156
  19.     Width = 89
  20.     Height = 29
  21.     Hint = 'Apply new Properties'
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     ParentShowHint = False
  28.     ShowHint = True
  29.     TabOrder = 0
  30.     Kind = bkOK
  31.   end
  32.   object BitBtn2: TBitBtn
  33.     Left = 364
  34.     Top = 156
  35.     Width = 89
  36.     Height = 29
  37.     Hint = 'Cancel modifications'
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'Arial'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     ParentShowHint = False
  44.     ShowHint = True
  45.     TabOrder = 1
  46.     Kind = bkCancel
  47.   end
  48.   object TabbedNotebook1: TTabbedNotebook
  49.     Left = 0
  50.     Top = 0
  51.     Width = 461
  52.     Height = 153
  53.     TabFont.Color = clBtnText
  54.     TabFont.Height = -11
  55.     TabFont.Name = 'MS Sans Serif'
  56.     TabFont.Style = []
  57.     TabOrder = 2
  58.     object TTabPage
  59.       Left = 5
  60.       Top = 26
  61.       Caption = 'General'
  62.       object GroupBox1: TGroupBox
  63.         Left = 4
  64.         Top = 4
  65.         Width = 265
  66.         Height = 109
  67.         Caption = 'General Properties:'
  68.         TabOrder = 0
  69.         object Label2: TLabel
  70.           Left = 16
  71.           Top = 32
  72.           Width = 77
  73.           Height = 16
  74.           Caption = 'Time Format:'
  75.         end
  76.         object szTimeFormat: TEdit
  77.           Left = 100
  78.           Top = 28
  79.           Width = 153
  80.           Height = 24
  81.           TabOrder = 0
  82.         end
  83.         object bDisplayErrors: TCheckBox
  84.           Left = 16
  85.           Top = 72
  86.           Width = 105
  87.           Height = 17
  88.           Caption = 'Display Errors'
  89.           TabOrder = 1
  90.         end
  91.         object bSendDlg: TCheckBox
  92.           Left = 156
  93.           Top = 72
  94.           Width = 97
  95.           Height = 17
  96.           Caption = 'Send Dialog'
  97.           TabOrder = 2
  98.         end
  99.       end
  100.       object WorkMsg: TRadioGroup
  101.         Left = 276
  102.         Top = 4
  103.         Width = 173
  104.         Height = 109
  105.         Caption = 'Working Message:'
  106.         Items.Strings = (
  107.           'Inbox Message'
  108.           'Compose Message')
  109.         TabOrder = 1
  110.       end
  111.     end
  112.     object TTabPage
  113.       Left = 5
  114.       Top = 26
  115.       Caption = 'Message Filter'
  116.       object GroupBox2: TGroupBox
  117.         Left = 4
  118.         Top = 4
  119.         Width = 445
  120.         Height = 109
  121.         Caption = 'Filter Message By:'
  122.         TabOrder = 0
  123.         object Label1: TLabel
  124.           Left = 56
  125.           Top = 36
  126.           Width = 89
  127.           Height = 16
  128.           Caption = 'Message Type:'
  129.         end
  130.         object szMsgType: TEdit
  131.           Left = 152
  132.           Top = 32
  133.           Width = 261
  134.           Height = 24
  135.           TabOrder = 0
  136.         end
  137.         object bUnreadOnly: TCheckBox
  138.           Left = 28
  139.           Top = 76
  140.           Width = 109
  141.           Height = 17
  142.           Caption = 'Unread Only'
  143.           TabOrder = 1
  144.         end
  145.         object bSortMsg: TCheckBox
  146.           Left = 152
  147.           Top = 76
  148.           Width = 129
  149.           Height = 17
  150.           Caption = 'Sort Messages'
  151.           TabOrder = 2
  152.         end
  153.       end
  154.     end
  155.     object TTabPage
  156.       Left = 5
  157.       Top = 26
  158.       Caption = 'Reading'
  159.       object GroupBox3: TGroupBox
  160.         Left = 4
  161.         Top = 4
  162.         Width = 445
  163.         Height = 109
  164.         Caption = 'Reading Properties:'
  165.         TabOrder = 0
  166.         object bBodyAsFile: TCheckBox
  167.           Left = 84
  168.           Top = 36
  169.           Width = 97
  170.           Height = 17
  171.           Caption = 'Body As File'
  172.           TabOrder = 0
  173.         end
  174.         object bEnvelopeOnly: TCheckBox
  175.           Left = 84
  176.           Top = 72
  177.           Width = 125
  178.           Height = 17
  179.           Caption = 'Envelope Only'
  180.           TabOrder = 1
  181.         end
  182.         object bMarkAsRead: TCheckBox
  183.           Left = 240
  184.           Top = 36
  185.           Width = 133
  186.           Height = 17
  187.           Caption = 'Mark As Read'
  188.           TabOrder = 2
  189.         end
  190.         object bSuppressAttach: TCheckBox
  191.           Left = 240
  192.           Top = 72
  193.           Width = 145
  194.           Height = 17
  195.           Caption = 'Suppress Attach'
  196.           TabOrder = 3
  197.         end
  198.       end
  199.     end
  200.   end
  201. end
  202.